home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Hangman.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-02-01  |  2KB  |  118 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 111
  4.   Width = 450
  5.   Height = 300
  6.   ActiveControl = NewButton
  7.   Caption = 'HangMan'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Menu = MainMenu1
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 187
  22.     Top = 69
  23.     Width = 240
  24.     Height = 33
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -20
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object ReadyButton: TButton
  35.     Left = 233
  36.     Top = 119
  37.     Width = 150
  38.     Height = 45
  39.     Caption = 'Fertig'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -20
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = ReadyButtonClick
  48.   end
  49.   object NewButton: TButton
  50.     Left = 233
  51.     Top = 183
  52.     Width = 150
  53.     Height = 45
  54.     Caption = 'Neu'
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -20
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     OnClick = NewButtonClick
  63.   end
  64.   object Panel1: TPanel
  65.     Left = 187
  66.     Top = 12
  67.     Width = 240
  68.     Height = 50
  69.     BevelInner = bvLowered
  70.     BevelOuter = bvLowered
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -23
  74.     Font.Name = 'Courier New'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.     TabOrder = 2
  78.   end
  79.   object Panel2: TPanel
  80.     Left = 15
  81.     Top = 10
  82.     Width = 160
  83.     Height = 220
  84.     BevelInner = bvRaised
  85.     TabOrder = 3
  86.     object Image1: TImage
  87.       Left = 10
  88.       Top = 10
  89.       Width = 140
  90.       Height = 200
  91.     end
  92.   end
  93.   object MainMenu1: TMainMenu
  94.     Left = 192
  95.     Top = 160
  96.     object Datei1: TMenuItem
  97.       Caption = 'Datei'
  98.       ShortCut = 0
  99.       object Oeffnen1: TMenuItem
  100.         Caption = '∩┐╜ffnen'
  101.         ShortCut = 0
  102.         OnClick = Oeffnen1Click
  103.       end
  104.       object Ende1: TMenuItem
  105.         Caption = 'Ende'
  106.         ShortCut = 0
  107.         OnClick = Ende1Click
  108.       end
  109.     end
  110.   end
  111.   object OpenDialog1: TOpenDialog
  112.     FileEditStyle = fsEdit
  113.     Filter = 'Textdateien (*.txt)|*.txt'
  114.     Left = 392
  115.     Top = 160
  116.   end
  117. end
  118.